method ReadableBase.prototype.[Symbol.asyncDispose] Usage in Deno```typescript import { ReadableBase } from "node:node__stream.d.ts"; ``` ReadableBase.prototype.[Symbol.asyncDispose](): Promise<void> Calls `readable.destroy()` with an `AbortError` and returns a promise that fulfills when the stream is finished. Return Type Promise<void>